DecimalMINumericDecimalMMultiply Method
Computes the product of the current value and the specified value.
Namespace: Jodosoft.Numerics.ClampedAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
DecimalM INumeric<DecimalM>.Multiply(
DecimalM value
)
Private Function Multiply (
value As DecimalM
) As DecimalM Implements INumeric(Of DecimalM).Multiply
private:
virtual DecimalM Multiply(
DecimalM value
) sealed = INumeric<DecimalM>::Multiply
private abstract Multiply :
value : DecimalM -> DecimalM
private override Multiply :
value : DecimalM -> DecimalM
- value DecimalM
- The value to multiply with the current value.
DecimalMThe product of the current value and
value.
INumericTSelfMultiply(TSelf)